home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 59 / 59.xpi / chrome / useragentswitcher.jar / content / useragentswitcher / about / about.xul < prev   
Extensible Markup Language  |  2009-06-30  |  1KB  |  26 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://useragentswitcher/content/about/about.css" type="text/css"?>
  3.  
  4. <!DOCTYPE dialog SYSTEM "chrome://useragentswitcher/locale/useragentswitcher.dtd">
  5.  
  6. <dialog buttons="accept"
  7.         id="useragentswitcher-about-dialog"
  8.         title="&useragentswitcher.about.title;"
  9.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  10.  
  11.   <script src="chrome://useragentswitcher/content/about/about.js" type="application/x-javascript"/>
  12.  
  13.   <vbox id="useragentswitcher-about-details">
  14.     <hbox>
  15.       <description class="name">User Agent Switcher</description>
  16.       <description class="name">0.7.2</description>
  17.     </hbox>
  18.     <description class="title">&useragentswitcher.build.date;</description>
  19.     <description class="date">June 30, 2009</description>
  20.     <description class="title">&useragentswitcher.author;</description>
  21.     <description>Chris Pederick</description>
  22.     <description onclick="UserAgentSwitcherAbout.openURL(this)" class="url">http://chrispederick.com/work/user-agent-switcher/</description>
  23.   </vbox>
  24.   <separator class="groove"/>
  25. </dialog>
  26.